Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Attaching File Objects to Storage Objects


Q3File_GetStorage

You can use the Q3File_GetStorage function to get the current storage object for a file object.

TQ3Status Q3File_GetStorage (
TQ3FileObject file, 
TQ3StorageObject *storage);
file
A file object.
storage
On exit, the storage object currently attached to the specified file object.
DESCRIPTION
The Q3File_GetStorage function returns, in the storage parameter, the storage object currently attached to the file object specified by the file parameter.

ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996